Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_parent_class
get_parent_class
Returns the parent class name of the object or class
Name:
get_parent_class
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Returns the parent class name of the object or class
Related
php_uname() returns the reason for garbled code and the character encoding processing method
6
How to set color when using imageopenpolygon()
8
Tips to prevent memory leaks when using stmt_init
4
Combining array_column and array_unique to deduplicate the value of a column
8
Similar Functions
get_called_class
get_called_class
Thenameofthe"La
trait_exists
trait_exists
Checkifthespecifiedt
get_mangled_object_vars
get_mangled_object_vars
Itreturnsthesameresu
get_declared_traits
get_declared_traits
Returnsanarrayofalld
get_class_methods
get_class_methods
Returnsanarrayofmeth
method_exists
method_exists
Checkiftheclassmetho
is_a
is_a
Checkifanobjectbelon
interface_exists
interface_exists
Checkiftheinterfacei
Popular Articles